home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Interactive Media Design Review 1999
/
Interactive Media Design Review 1999.iso
/
pc
/
allfiles
/
Moss
/
Kartell.dir
/
Internal_90_Miss Trip.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1999-04-15
|
221 b
|
18 lines
on mouseDown
buttonclick()
end
on mouseUp
go(1, "MissTrip.dir")
end
on mouseEnter me
set the visible of sprite 41 to 1
updateStage()
end
on mouseLeave me
set the visible of sprite 41 to 0
updateStage()
end